home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / blblt / fig4-2.gif < prev    next >
Graphics Interchange Format  |  1995-11-02  |  8KB  |  404x560  |  4-bit (3 colors)
Labels: text | screenshot | parallel | diagram | line
OCR: class ThreeCourseMeal public: GetFirst ... Get Second ... GetThird ... Eat() protected : private: class MexicanAppetizer : virtual public ThreeCourseMeal public: GetFirst ... Get Second ... GetThird ... Eat() protected : private: class MexicanMainDish : virtual public ThreeCourseMeal public: GetFirst ... Get Second ... GetThird ... Eat() protected : private: class MexicanDesert : virtual public ThreeCourseMeal public: GetFirst ... Get Second ... GetThird ... Eat() protected : private: class MexicanThreeCourseMeal : public MexicanAppetizer, public MexicanMainDish, public MexicanDesert public: GetFirst ... Get Second ... GetThird ... Eat() protected : private: GetFirst ... - pure virtual functions